SftTree/NET 2.0

TreeLineColor Property, SftTree Class

Softel vdm, Inc.

Defines the color used for tree lines.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property TreeLineColor As Color

C#   

public Color TreeLineColor { get; set; }

C++   

public: property Color TreeLineColor {
        Color get();
        void set(Color value);
}

Property Value

The tree line color.

The default value is Color.ControlDark.

Comments

The TreeLineColor property defines the color used for tree lines.

Columns and cells cannot individually define the tree line color. It applies to all tree lines throughout the control.

The TreeLineStyle property is used to define how tree lines are displayed.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com